home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cenvid9.zip / PRMPTDAY.BAT < prev    next >
DOS Batch File  |  1994-03-04  |  286b  |  9 lines

  1. @echo OFF
  2. REM **********************************************
  3. REM *** PrmptDay.bat - Set the prompt with the ***
  4. REM *** ver.1          day preceding it        ***
  5. REM **********************************************
  6.  
  7. cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G  $H");
  8.  
  9.